diff options
author | jbj <devnull@localhost> | 2003-01-08 21:37:01 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-01-08 21:37:01 +0000 |
commit | 050717618aade6df46f1302fd369ae96f9b9a48c (patch) | |
tree | 6bb0d4f1f7660a4d8c17ce4fde52e601e83af8e5 /platform.in | |
parent | a6b27ed8a2510f3b5fdd4fc5c4322c60ac73b621 (diff) | |
download | librpm-tizen-050717618aade6df46f1302fd369ae96f9b9a48c.tar.gz librpm-tizen-050717618aade6df46f1302fd369ae96f9b9a48c.tar.bz2 librpm-tizen-050717618aade6df46f1302fd369ae96f9b9a48c.zip |
- python: put rpmmodule.so where python expects to find.
- add brp-strip-static-archive build root policy helper.
- add -lelf to rpm LDFLAGS, not LDADD, since there is no libelf.la now.
CVS patchset: 6001
CVS date: 2003/01/08 21:37:01
Diffstat (limited to 'platform.in')
-rw-r--r-- | platform.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform.in b/platform.in index 3a3df447c..726cd07ed 100644 --- a/platform.in +++ b/platform.in @@ -55,6 +55,7 @@ %__os_install_post \ @RPMCONFIGDIR@/brp-compress \ @RPMCONFIGDIR@/brp-strip \ + @RPMCONFIGDIR@/brp-strip-static-archive \ @RPMCONFIGDIR@/brp-strip-comment-note \ %{nil} |