diff options
author | Jon Portnoy <avenj@gentoo.org> | 2006-06-16 17:52:04 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2006-06-16 17:52:04 +0000 |
commit | c05ec14b8307ef3e948bc13ed12087d018f5d4ba (patch) | |
tree | c2388a0a8283ed62d74de8c2daf5efdcd687f886 /net-dns/dnsmasq/files | |
parent | New version. Minor ebuild cleanup, particularly in the way docs are built. (diff) | |
download | historical-c05ec14b8307ef3e948bc13ed12087d018f5d4ba.tar.gz historical-c05ec14b8307ef3e948bc13ed12087d018f5d4ba.tar.bz2 historical-c05ec14b8307ef3e948bc13ed12087d018f5d4ba.zip |
Version bump, bug 136227
Package-Manager: portage-2.1
Diffstat (limited to 'net-dns/dnsmasq/files')
-rw-r--r-- | net-dns/dnsmasq/files/digest-dnsmasq-2.32 | 3 | ||||
-rw-r--r-- | net-dns/dnsmasq/files/dnsmasq232-ldflags.diff | 11 |
2 files changed, 14 insertions, 0 deletions
diff --git a/net-dns/dnsmasq/files/digest-dnsmasq-2.32 b/net-dns/dnsmasq/files/digest-dnsmasq-2.32 new file mode 100644 index 000000000000..baad38b454b7 --- /dev/null +++ b/net-dns/dnsmasq/files/digest-dnsmasq-2.32 @@ -0,0 +1,3 @@ +MD5 d1f593a8352db1d6ad3dccc9b775295d dnsmasq-2.32.tar.gz 220656 +RMD160 add05f013f952841c8bce1c7d92fc6d36a542b73 dnsmasq-2.32.tar.gz 220656 +SHA256 ee6b71c2fb7237d3aec8a363266a9b62adaf880b52f1960298f915c863a39bdb dnsmasq-2.32.tar.gz 220656 diff --git a/net-dns/dnsmasq/files/dnsmasq232-ldflags.diff b/net-dns/dnsmasq/files/dnsmasq232-ldflags.diff new file mode 100644 index 000000000000..1eb7deb859ae --- /dev/null +++ b/net-dns/dnsmasq/files/dnsmasq232-ldflags.diff @@ -0,0 +1,11 @@ +--- bld/Makefile 2006-06-08 21:22:22.000000000 +0200 ++++ bld/Makefile 2006-06-08 21:22:56.000000000 +0200 +@@ -9,7 +9,7 @@ + $(CC) $(CFLAGS) $(COPTS) $(I18N) `echo $(COPTS) | ../bld/pkg-wrapper $(PKG_CONFIG) --cflags dbus-1` $(RPM_OPT_FLAGS) -Wall -W -c $< + + dnsmasq : $(OBJS) +- $(CC) -o $@ $(OBJS) `echo $(COPTS) | ../bld/pkg-wrapper $(PKG_CONFIG) --libs dbus-1` $(LIBS) ++ $(CC) $(LDFLAGS) -o $@ $(OBJS) `echo $(COPTS) | ../bld/pkg-wrapper $(PKG_CONFIG) --libs dbus-1` $(LIBS) + + dnsmasq.pot : $(OBJS:.o=.c) dnsmasq.h config.h + xgettext -d dnsmasq --foreign-user --keyword=_ -o dnsmasq.pot -i $(OBJS:.o=.c) |